class scope meaning in English
类别范围
类范围
类作用域
Examples
- Class scope and its educational equitation
班级规模与教育公平 - Class scope includes all base classes
类范围包含所有的基类。 - Class scope , if the current location is inside a c member function
类范围,如果当前位置在c + +成员函数内。 - The data member is declared in class scope , but definition is performed at file scope
这个数据成员在类的作用域里面声明,但是要在文件作用域里面定义。 - “ class scope testing corresponds with the classical definition of unit testing : exercising a relatively small software component , usually via a driver , in isolation
我认为这段话也清楚地表明了作者认为针对类的测试是属于单元测试的立场。